home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / modules / objects / res / description / Ospline4side.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  483b  |  16 lines

  1. #ifndef _Ospline4side_H_
  2. #define _Ospline4side_H_
  3.  
  4. enum
  5. {
  6.     PRIM_4SIDE_TYPE                        = 2120,    // LONG - Type [0:Diamond; 1:Kite; 2:Parallelogram; 3:Trapezium]
  7.         PRIM_4SIDE_TYPE_DIAMOND                = 0,
  8.         PRIM_4SIDE_TYPE_KITE                    = 1,
  9.         PRIM_4SIDE_TYPE_PARALLELOGRAM    = 2,
  10.         PRIM_4SIDE_TYPE_TRAPEZIUM            = 3,
  11.     PRIM_4SIDE_A                            = 2121,    // REAL - a [>=0.0]
  12.     PRIM_4SIDE_B                            = 2122,    // REAL - b [>=0.0]
  13.     PRIM_4SIDE_ANGLE                    = 2123    // REAL - Angle [>-Rad(90.0); <Rad(90.0)]
  14. };
  15.  
  16. #endif